-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PyTorch 2.3.0 #1467
Support PyTorch 2.3.0 #1467
Conversation
bc1fb18
to
bbdabe5
Compare
pytorch: add v2.2, drop v1.11
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1467 +/- ##
==========================================
+ Coverage 91.70% 91.76% +0.05%
==========================================
Files 80 80
Lines 11656 11640 -16
==========================================
- Hits 10689 10681 -8
+ Misses 967 959 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Test failure probably related to pytorch/pytorch#118579 More debugging needed. |
I can reproduce the |
Git push to origin failed for release/1.4.x with exitcode 1 |
* Support latest PyTorch release * Update ci.yaml * pytorch: add v2.2, drop v1.11 * fix type bug * delete legacy code * ci: explicit version numbers --------- Co-authored-by: ClaudiaComito <39374113+ClaudiaComito@users.noreply.github.com> Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de> (cherry picked from commit ee0d72a)
* Support latest PyTorch release * Update ci.yaml * pytorch: add v2.2, drop v1.11 * fix type bug * delete legacy code * ci: explicit version numbers --------- Co-authored-by: ClaudiaComito <39374113+ClaudiaComito@users.noreply.github.com> Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de> (cherry picked from commit ee0d72a) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Run tests on latest PyTorch release
Issue/s resolved: #1466
TODO:
.github/workflows/ci.yaml
to includen-1
Pytorch versionAuto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request